POST api/[Delivery_GetChatDataUsersOnline]/Find

Request Information

URI Parameters

None.

Body Parameters

Request104
NameDescriptionTypeAdditional information
TokenSender

string

None.

TokenClient

string

None.

IdClient

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TokenSender": "sample string 1",
  "TokenClient": "sample string 2",
  "IdClient": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfResponseGetChatUsersOnline
NameDescriptionTypeAdditional information
Content

ResponseGetChatUsersOnline

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.